projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9972700
)
(Finteractive_form): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 2 Aug 2004 20:46:51 +0000
(20:46 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 2 Aug 2004 20:46:51 +0000
(20:46 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 1259c5891a1142d2a466d94ce2f2fae30be9cee0..616e91c2d62c56f8d3401e713aa149f56f1541c7 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-776,8
+776,8
@@
SUBR must be a built-in function. */)
DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0,
doc: /* Return the interactive form of CMD or nil if none.
-CMD must be a command. Value, if non-nil, is a list
-\(interactive SPEC). */)
+If CMD is not a command, the return value is nil.
+
Value, if non-nil, is a list
\(interactive SPEC). */)
(cmd)
Lisp_Object cmd;
{